From: Richard M. Stallman Date: Thu, 4 Mar 2004 17:18:38 +0000 (+0000) Subject: (LD_SWITCH_SYSTEM_TEMACS): New definition. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23807 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=96c3f651d9b58c39894feaf60ea22daa8c288a04;p=emacs.git (LD_SWITCH_SYSTEM_TEMACS): New definition. --- diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h index a43443e48c2..3ba9ed1f5bd 100644 --- a/src/s/sol2-6.h +++ b/src/s/sol2-6.h @@ -7,5 +7,10 @@ #define UNEXEC unexsol.o #endif +/* "Dennis McRitchie" reported failures + with GNU ld without this. */ + +#define LD_SWITCH_SYSTEM_TEMACS -znocombreloc + /* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca (do not change this comment) */